home *** CD-ROM | disk | FTP | other *** search
/ El Mac 9 / El Mac 9.iso / Shareware / Applications / Charting Coach v1.5 / Charting Coach v1.dxr / 00048.ls < prev    next >
Encoding:
Text File  |  1996-04-08  |  254 b   |  13 lines

  1. on mouseUp
  2.   global printer
  3.   if the doubleClick then
  4.     exit
  5.   end if
  6.   if not objectp(printer) then
  7.     alert("There is no currently selected printer. Printing features are disabled.")
  8.   else
  9.     printer(mReset)
  10.     printer(mDoPageSetup)
  11.   end if
  12. end
  13.